xencommons xenstored startup: Use --pid-file $F not --pid-file=$F
authorIan Jackson <ian.jackson@citrix.com>
Fri, 22 Feb 2019 12:26:31 +0000 (12:26 +0000)
committerIan Jackson <ian.jackson@citrix.com>
Fri, 22 Feb 2019 13:35:49 +0000 (13:35 +0000)
commitbd06240ecc3ca6b8943462b1136c723b97ca5abd
tree57e37cb15c5810c991e89641344628c6c86472d9
parent78e3102eec9b21f69d65849e819a044bb62dc2c5
xencommons xenstored startup: Use --pid-file $F not --pid-file=$F

The ocaml libraries in stretch understands only the variant
with separate arguments.  So a build of this package for stretch
produces an error message and C xenstored instead of oxenstored.

Fix this here even in the buster branch since it makes backporting
easier.

Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
debian/xen-utils-common.xen.init